Html Css Color HEX #249B9B Java

📋 copy color: '#249B9B'

red 36 ◦ green 155 ◦ blue 155

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

Shades of Java #249B9B

Tints of Java #249B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.8%

R = 10.4%
G = 44.8%
B = 44.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#249B9B (or 0x249B9B) is known color: Java. HEX triplet: 24, 9B and 9B. RGB value is (36,155,155). Sum of RGB (Red+Green+Blue) = 36+155+155=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #249B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249B9B is #DB6464. Grayscale: #777777. Windows color (decimal): -14378085 or 10197796. OLE color: 10197796.

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

Color convert

RGB 36 155 155 -
CMYK 0.77 0 0 0.39
HSL 180º 0.62% 0.37% -
HSV(B) 180º 0.77% 0.61% -
XYZ 18.37 26.18 35.1 -
YUV 119.42 148.08 68.5 -
System Red Green Blue C M Y K H S L
Decimal 36 155 155 0.77 0 0 0.39 180 0.62 0.37
Hex 24 9B 9B 4D 0 0 27 B4 3E 25
Octal 44 233 233 115 0 0 47 264 76 45
Binary 100100 10011011 10011011 1001101 0 0 100111 10110100 111110 100101

Color Harmonies of #249B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249B9B

Black with #249B9B

Text Example


Text Example

White with #249B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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