Html Css Color HEX #26999F Java

📋 copy color: '#26999F'

red 38 ◦ green 153 ◦ blue 159

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

Shades of Java #26999F

Tints of Java #26999F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.43%

R = 10.86%
G = 43.71%
B = 45.43%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26999F (or 0x26999F) is known color: Java. HEX triplet: 26, 99 and 9F. RGB value is (38,153,159). Sum of RGB (Red+Green+Blue) = 38+153+159=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #26999F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26999F is #D96660. Grayscale: #777777. Windows color (decimal): -14247521 or 10459430. OLE color: 10459430.

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

Color convert

RGB 38 153 159 -
CMYK 0.76 0.04 0 0.38
HSL 182.98º 0.61% 0.39% -
HSV(B) 182.98º 0.76% 0.62% -
XYZ 18.45 25.7 36.79 -
YUV 119.3 150.4 70.01 -
System Red Green Blue C M Y K H S L
Decimal 38 153 159 0.76 0.04 0 0.38 182.98 0.61 0.39
Hex 26 99 9F 4C 4 0 26 B7 3D 27
Octal 46 231 237 114 4 0 46 267 75 47
Binary 100110 10011001 10011111 1001100 100 0 100110 10110111 111101 100111

Color Harmonies of #26999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26999F

Black with #26999F

Text Example


Text Example

White with #26999F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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