Html Css Color HEX #26988A Java

📋 copy color: '#26988A'

red 38 ◦ green 152 ◦ blue 138

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

Shades of Java #26988A

Tints of Java #26988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.34%

 BLUE value IS 138 (54.3% from 255) = 42.07%

R = 11.59%
G = 46.34%
B = 42.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#26988A (or 0x26988A) is known color: Java. HEX triplet: 26, 98 and 8A. RGB value is (38,152,138). Sum of RGB (Red+Green+Blue) = 38+152+138=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #26988A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26988A is #D96775. Grayscale: #747474. Windows color (decimal): -14247798 or 9082918. OLE color: 9082918.

HSL color Cylindrical-coordinate representation of color #26988A: hue angle of 172.63º 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 #26988A is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 38 152 138 -
CMYK 0.75 0 0.09 0.40
HSL 172.63º 0.6% 0.37% -
HSV(B) 172.63º 0.75% 0.6% -
XYZ 16.62 24.7 27.94 -
YUV 116.32 140.23 72.14 -
System Red Green Blue C M Y K H S L
Decimal 38 152 138 0.75 0 0.09 0.40 172.63 0.6 0.37
Hex 26 98 8A 4B 0 9 28 AD 3C 25
Octal 46 230 212 113 0 11 50 255 74 45
Binary 100110 10011000 10001010 1001011 0 1001 101000 10101101 111100 100101

Color Harmonies of #26988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26988A

Black with #26988A

Text Example


Text Example

White with #26988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26988A; }

 p { color: rgb(38,152,138); }

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

background-color css

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

 a { background-color: rgb(38,152,138); }

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

border-color css

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

 span { border-color: rgb(38,152,138); }

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