Html Css Color HEX #249A92 Java

📋 copy color: '#249A92'

red 36 ◦ green 154 ◦ blue 146

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

Shades of Java #249A92

Tints of Java #249A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 10.71%
G = 45.83%
B = 43.45%

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

#249A92 (or 0x249A92) is known color: Java. HEX triplet: 24, 9A and 92. RGB value is (36,154,146). Sum of RGB (Red+Green+Blue) = 36+154+146=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #249A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249A92 is #DB656D. Grayscale: #757575. Windows color (decimal): -14378350 or 9607716. OLE color: 9607716.

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

Color convert

RGB 36 154 146 -
CMYK 0.77 0 0.05 0.40
HSL 175.93º 0.62% 0.37% -
HSV(B) 175.93º 0.77% 0.6% -
XYZ 17.47 25.56 31.21 -
YUV 117.81 143.91 69.65 -
System Red Green Blue C M Y K H S L
Decimal 36 154 146 0.77 0 0.05 0.40 175.93 0.62 0.37
Hex 24 9A 92 4D 0 5 28 B0 3E 25
Octal 44 232 222 115 0 5 50 260 76 45
Binary 100100 10011010 10010010 1001101 0 101 101000 10110000 111110 100101

Color Harmonies of #249A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249A92

Black with #249A92

Text Example


Text Example

White with #249A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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