Html Css Color HEX #249B9D Java

📋 copy color: '#249B9D'

red 36 ◦ green 155 ◦ blue 157

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

Shades of Java #249B9D

Tints of Java #249B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.11%

R = 10.34%
G = 44.54%
B = 45.11%

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#249B9D (or 0x249B9D) is known color: Java. HEX triplet: 24, 9B and 9D. RGB value is (36,155,157). Sum of RGB (Red+Green+Blue) = 36+155+157=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #249B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249B9D is #DB6462. Grayscale: #777777. Windows color (decimal): -14378083 or 10328868. OLE color: 10328868.

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

Color convert

RGB 36 155 157 -
CMYK 0.77 0.01 0 0.38
HSL 180.99º 0.63% 0.38% -
HSV(B) 180.99º 0.77% 0.62% -
XYZ 18.53 26.25 35.99 -
YUV 119.65 149.08 68.34 -
System Red Green Blue C M Y K H S L
Decimal 36 155 157 0.77 0.01 0 0.38 180.99 0.63 0.38
Hex 24 9B 9D 4D 1 0 26 B5 3F 26
Octal 44 233 235 115 1 0 46 265 77 46
Binary 100100 10011011 10011101 1001101 1 0 100110 10110101 111111 100110

Color Harmonies of #249B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249B9D

Black with #249B9D

Text Example


Text Example

White with #249B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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