Html Css Color HEX #269996 Java

📋 copy color: '#269996'

red 38 ◦ green 153 ◦ blue 150

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

Shades of Java #269996

Tints of Java #269996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.99%

R = 11.14%
G = 44.87%
B = 43.99%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#269996 (or 0x269996) is known color: Java. HEX triplet: 26, 99 and 96. RGB value is (38,153,150). Sum of RGB (Red+Green+Blue) = 38+153+150=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #269996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269996 is #D96669. Grayscale: #767676. Windows color (decimal): -14247530 or 9869606. OLE color: 9869606.

HSL color Cylindrical-coordinate representation of color #269996: hue angle of 178.43º 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 #269996 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 153 150 -
CMYK 0.75 0 0.02 0.4
HSL 178.43º 0.6% 0.37% -
HSV(B) 178.43º 0.75% 0.6% -
XYZ 17.7 25.4 32.82 -
YUV 118.27 145.9 70.74 -
System Red Green Blue C M Y K H S L
Decimal 38 153 150 0.75 0 0.02 0.4 178.43 0.6 0.37
Hex 26 99 96 4B 0 2 28 B2 3C 25
Octal 46 231 226 113 0 2 50 262 74 45
Binary 100110 10011001 10010110 1001011 0 10 101000 10110010 111100 100101

Color Harmonies of #269996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269996

Black with #269996

Text Example


Text Example

White with #269996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269996; }

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

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

background-color css

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

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

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

border-color css

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

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

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