Html Css Color HEX #249B9A Java

📋 copy color: '#249B9A'

red 36 ◦ green 155 ◦ blue 154

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

Shades of Java #249B9A

Tints of Java #249B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.64%

R = 10.43%
G = 44.93%
B = 44.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#249B9A (or 0x249B9A) is known color: Java. HEX triplet: 24, 9B and 9A. RGB value is (36,155,154). Sum of RGB (Red+Green+Blue) = 36+155+154=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #249B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249B9A is #DB6465. Grayscale: #777777. Windows color (decimal): -14378086 or 10132260. OLE color: 10132260.

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

Color convert

RGB 36 155 154 -
CMYK 0.77 0 0.01 0.39
HSL 179.5º 0.62% 0.37% -
HSV(B) 179.5º 0.77% 0.61% -
XYZ 18.28 26.15 34.66 -
YUV 119.31 147.58 68.58 -
System Red Green Blue C M Y K H S L
Decimal 36 155 154 0.77 0 0.01 0.39 179.5 0.62 0.37
Hex 24 9B 9A 4D 0 1 27 B3 3E 25
Octal 44 233 232 115 0 1 47 263 76 45
Binary 100100 10011011 10011010 1001101 0 1 100111 10110011 111110 100101

Color Harmonies of #249B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249B9A

Black with #249B9A

Text Example


Text Example

White with #249B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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