Html Css Color HEX #249B93 Java

📋 copy color: '#249B93'

red 36 ◦ green 155 ◦ blue 147

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

Shades of Java #249B93

Tints of Java #249B93

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.86%

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

R = 10.65%
G = 45.86%
B = 43.49%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#249B93 (or 0x249B93) is known color: Java. HEX triplet: 24, 9B and 93. RGB value is (36,155,147). Sum of RGB (Red+Green+Blue) = 36+155+147=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #249B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249B93 is #DB646C. Grayscale: #767676. Windows color (decimal): -14378093 or 9673508. OLE color: 9673508.

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

Color convert

RGB 36 155 147 -
CMYK 0.77 0 0.05 0.39
HSL 175.97º 0.62% 0.37% -
HSV(B) 175.97º 0.77% 0.61% -
XYZ 17.72 25.92 31.67 -
YUV 118.51 144.08 69.15 -
System Red Green Blue C M Y K H S L
Decimal 36 155 147 0.77 0 0.05 0.39 175.97 0.62 0.37
Hex 24 9B 93 4D 0 5 27 B0 3E 25
Octal 44 233 223 115 0 5 47 260 76 45
Binary 100100 10011011 10010011 1001101 0 101 100111 10110000 111110 100101

Color Harmonies of #249B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249B93

Black with #249B93

Text Example


Text Example

White with #249B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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