Html Css Color HEX #269997 Java

📋 copy color: '#269997'

red 38 ◦ green 153 ◦ blue 151

#269997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #269997

Tints of Java #269997

RGB

 RED value IS 38 (15.23% from 255) = 11.11%

 GREEN value IS 153 (60.16% from 255) = 44.74%

 BLUE value IS 151 (59.38% from 255) = 44.15%

R = 11.11%
G = 44.74%
B = 44.15%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#269997 (or 0x269997) is known color: Java. HEX triplet: 26, 99 and 97. RGB value is (38,153,151). Sum of RGB (Red+Green+Blue) = 38+153+151=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #269997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269997 is #D96668. Grayscale: #767676. Windows color (decimal): -14247529 or 9935142. OLE color: 9935142.

HSL color Cylindrical-coordinate representation of color #269997: hue angle of 178.96º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269997 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 153 151 -
CMYK 0.75 0 0.01 0.4
HSL 178.96º 0.6% 0.37% -
HSV(B) 178.96º 0.75% 0.6% -
XYZ 17.78 25.43 33.25 -
YUV 118.39 146.4 70.66 -
System Red Green Blue C M Y K H S L
Decimal 38 153 151 0.75 0 0.01 0.4 178.96 0.6 0.37
Hex 26 99 97 4B 0 1 28 B3 3C 25
Octal 46 231 227 113 0 1 50 263 74 45
Binary 100110 10011001 10010111 1001011 0 1 101000 10110011 111100 100101

Color Harmonies of #269997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269997

Black with #269997

Text Example


Text Example

White with #269997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269997; }

 p { color: rgb(38,153,151); }

 H1.HeaderClassName
 {
   color: #269997;
 }
 .AnyTagClassName
 {
   color: #269997;
 }
</style>

background-color css

<style>
 a { background-color: #269997; }

 a { background-color: rgb(38,153,151); }

 div.DivClassName
 {
   background-color: #269997;
 }
 .BgClassName
 {
   background-color: #269997;
 }
</style>

border-color css

<style>
 span { border-color: #269997; }

 span { border-color: rgb(38,153,151); }

 td.TdClassName
 {
   border-color: #269997;
 }
 .TagClassName
 {
   border-color: #269997;
 }
</style>