Html Css Color HEX #249B8D Java

📋 copy color: '#249B8D'

red 36 ◦ green 155 ◦ blue 141

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

Shades of Java #249B8D

Tints of Java #249B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.47%

R = 10.84%
G = 46.69%
B = 42.47%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#249B8D (or 0x249B8D) is known color: Java. HEX triplet: 24, 9B and 8D. RGB value is (36,155,141). Sum of RGB (Red+Green+Blue) = 36+155+141=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #249B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249B8D is #DB6472. Grayscale: #757575. Windows color (decimal): -14378099 or 9280292. OLE color: 9280292.

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

Color convert

RGB 36 155 141 -
CMYK 0.77 0 0.09 0.39
HSL 172.94º 0.62% 0.37% -
HSV(B) 172.94º 0.77% 0.61% -
XYZ 17.26 25.74 29.26 -
YUV 117.82 141.08 69.64 -
System Red Green Blue C M Y K H S L
Decimal 36 155 141 0.77 0 0.09 0.39 172.94 0.62 0.37
Hex 24 9B 8D 4D 0 9 27 AD 3E 25
Octal 44 233 215 115 0 11 47 255 76 45
Binary 100100 10011011 10001101 1001101 0 1001 100111 10101101 111110 100101

Color Harmonies of #249B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249B8D

Black with #249B8D

Text Example


Text Example

White with #249B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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