Html Css Color HEX #26959C Java

📋 copy color: '#26959C'

red 38 ◦ green 149 ◦ blue 156

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

Shades of Java #26959C

Tints of Java #26959C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.44%

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

R = 11.08%
G = 43.44%
B = 45.48%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26959C (or 0x26959C) is known color: Java. HEX triplet: 26, 95 and 9C. RGB value is (38,149,156). Sum of RGB (Red+Green+Blue) = 38+149+156=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #26959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26959C is #D96A63. Grayscale: #747474. Windows color (decimal): -14248548 or 10261798. OLE color: 10261798.

HSL color Cylindrical-coordinate representation of color #26959C: hue angle of 183.56º 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 #26959C is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 149 156 -
CMYK 0.76 0.04 0 0.39
HSL 183.56º 0.61% 0.38% -
HSV(B) 183.56º 0.76% 0.61% -
XYZ 17.55 24.31 35.22 -
YUV 116.61 150.23 71.93 -
System Red Green Blue C M Y K H S L
Decimal 38 149 156 0.76 0.04 0 0.39 183.56 0.61 0.38
Hex 26 95 9C 4C 4 0 27 B8 3D 26
Octal 46 225 234 114 4 0 47 270 75 46
Binary 100110 10010101 10011100 1001100 100 0 100111 10111000 111101 100110

Color Harmonies of #26959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26959C

Black with #26959C

Text Example


Text Example

White with #26959C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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