Html Css Color HEX #249A93 Java

📋 copy color: '#249A93'

red 36 ◦ green 154 ◦ blue 147

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

Shades of Java #249A93

Tints of Java #249A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.62%

R = 10.68%
G = 45.7%
B = 43.62%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#249A93 (or 0x249A93) is known color: Java. HEX triplet: 24, 9A and 93. RGB value is (36,154,147). Sum of RGB (Red+Green+Blue) = 36+154+147=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #249A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249A93 is #DB656C. Grayscale: #757575. Windows color (decimal): -14378349 or 9673252. OLE color: 9673252.

HSL color Cylindrical-coordinate representation of color #249A93: hue angle of 176.44º 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 #249A93 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 154 147 -
CMYK 0.77 0 0.05 0.40
HSL 176.44º 0.62% 0.37% -
HSV(B) 176.44º 0.77% 0.6% -
XYZ 17.55 25.59 31.62 -
YUV 117.92 144.41 69.57 -
System Red Green Blue C M Y K H S L
Decimal 36 154 147 0.77 0 0.05 0.40 176.44 0.62 0.37
Hex 24 9A 93 4D 0 5 28 B0 3E 25
Octal 44 232 223 115 0 5 50 260 76 45
Binary 100100 10011010 10010011 1001101 0 101 101000 10110000 111110 100101

Color Harmonies of #249A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249A93

Black with #249A93

Text Example


Text Example

White with #249A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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