Html Css Color HEX #249A97 Java

📋 copy color: '#249A97'

red 36 ◦ green 154 ◦ blue 151

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

Shades of Java #249A97

Tints of Java #249A97

RGB

 RED value IS 36 (14.45% from 255) = 10.56%

 GREEN value IS 154 (60.55% from 255) = 45.16%

 BLUE value IS 151 (59.38% from 255) = 44.28%

R = 10.56%
G = 45.16%
B = 44.28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#249A97 (or 0x249A97) is known color: Java. HEX triplet: 24, 9A and 97. RGB value is (36,154,151). Sum of RGB (Red+Green+Blue) = 36+154+151=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #249A97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249A97 is #DB6568. Grayscale: #767676. Windows color (decimal): -14378345 or 9935396. OLE color: 9935396.

HSL color Cylindrical-coordinate representation of color #249A97: hue angle of 178.47º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249A97 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 154 151 -
CMYK 0.77 0 0.02 0.40
HSL 178.47º 0.62% 0.37% -
HSV(B) 178.47º 0.77% 0.6% -
XYZ 17.87 25.72 33.3 -
YUV 118.38 146.41 69.24 -
System Red Green Blue C M Y K H S L
Decimal 36 154 151 0.77 0 0.02 0.40 178.47 0.62 0.37
Hex 24 9A 97 4D 0 2 28 B2 3E 25
Octal 44 232 227 115 0 2 50 262 76 45
Binary 100100 10011010 10010111 1001101 0 10 101000 10110010 111110 100101

Color Harmonies of #249A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249A97

Black with #249A97

Text Example


Text Example

White with #249A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249A97; }

 p { color: rgb(36,154,151); }

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

background-color css

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

 a { background-color: rgb(36,154,151); }

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

border-color css

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

 span { border-color: rgb(36,154,151); }

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