Html Css Color HEX #249D9C Java

📋 copy color: '#249D9C'

red 36 ◦ green 157 ◦ blue 156

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

Shades of Java #249D9C

Tints of Java #249D9C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.99%

 BLUE value IS 156 (61.33% from 255) = 44.7%

R = 10.32%
G = 44.99%
B = 44.7%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#249D9C (or 0x249D9C) is known color: Java. HEX triplet: 24, 9D and 9C. RGB value is (36,157,156). Sum of RGB (Red+Green+Blue) = 36+157+156=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #249D9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249D9C is #DB6263. Grayscale: #787878. Windows color (decimal): -14377572 or 10263844. OLE color: 10263844.

HSL color Cylindrical-coordinate representation of color #249D9C: hue angle of 179.5º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249D9C is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 157 156 -
CMYK 0.77 0 0.01 0.38
HSL 179.5º 0.63% 0.38% -
HSV(B) 179.5º 0.77% 0.62% -
XYZ 18.79 26.89 35.65 -
YUV 120.71 147.91 67.58 -
System Red Green Blue C M Y K H S L
Decimal 36 157 156 0.77 0 0.01 0.38 179.5 0.63 0.38
Hex 24 9D 9C 4D 0 1 26 B4 3F 26
Octal 44 235 234 115 0 1 46 264 77 46
Binary 100100 10011101 10011100 1001101 0 1 100110 10110100 111111 100110

Color Harmonies of #249D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249D9C

Black with #249D9C

Text Example


Text Example

White with #249D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,157,156); }

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

background-color css

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

 a { background-color: rgb(36,157,156); }

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

border-color css

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

 span { border-color: rgb(36,157,156); }

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