Html Css Color HEX #249A8F Java

📋 copy color: '#249A8F'

red 36 ◦ green 154 ◦ blue 143

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

Shades of Java #249A8F

Tints of Java #249A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.94%

R = 10.81%
G = 46.25%
B = 42.94%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#249A8F (or 0x249A8F) is known color: Java. HEX triplet: 24, 9A and 8F. RGB value is (36,154,143). Sum of RGB (Red+Green+Blue) = 36+154+143=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #249A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249A8F is #DB6570. Grayscale: #757575. Windows color (decimal): -14378353 or 9411108. OLE color: 9411108.

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

Color convert

RGB 36 154 143 -
CMYK 0.77 0 0.07 0.40
HSL 174.41º 0.62% 0.37% -
HSV(B) 174.41º 0.77% 0.6% -
XYZ 17.24 25.47 29.99 -
YUV 117.46 142.41 69.89 -
System Red Green Blue C M Y K H S L
Decimal 36 154 143 0.77 0 0.07 0.40 174.41 0.62 0.37
Hex 24 9A 8F 4D 0 7 28 AE 3E 25
Octal 44 232 217 115 0 7 50 256 76 45
Binary 100100 10011010 10001111 1001101 0 111 101000 10101110 111110 100101

Color Harmonies of #249A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249A8F

Black with #249A8F

Text Example


Text Example

White with #249A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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