Html Css Color HEX #26999C Java

📋 copy color: '#26999C'

red 38 ◦ green 153 ◦ blue 156

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

Shades of Java #26999C

Tints of Java #26999C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.96%

R = 10.95%
G = 44.09%
B = 44.96%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26999C (or 0x26999C) is known color: Java. HEX triplet: 26, 99 and 9C. RGB value is (38,153,156). Sum of RGB (Red+Green+Blue) = 38+153+156=347 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.95% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #26999C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26999C is #D96663. Grayscale: #767676. Windows color (decimal): -14247524 or 10262822. OLE color: 10262822.

HSL color Cylindrical-coordinate representation of color #26999C: hue angle of 181.53º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26999C is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 153 156 -
CMYK 0.76 0.02 0 0.39
HSL 181.53º 0.61% 0.38% -
HSV(B) 181.53º 0.76% 0.61% -
XYZ 18.19 25.59 35.43 -
YUV 118.96 148.9 70.26 -
System Red Green Blue C M Y K H S L
Decimal 38 153 156 0.76 0.02 0 0.39 181.53 0.61 0.38
Hex 26 99 9C 4C 2 0 27 B6 3D 26
Octal 46 231 234 114 2 0 47 266 75 46
Binary 100110 10011001 10011100 1001100 10 0 100111 10110110 111101 100110

Color Harmonies of #26999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26999C

Black with #26999C

Text Example


Text Example

White with #26999C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26999C; }

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

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

background-color css

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

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

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

border-color css

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

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

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