Html Css Color HEX #249090 Java

📋 copy color: '#249090'

red 36 ◦ green 144 ◦ blue 144

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

Shades of Java #249090

Tints of Java #249090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.44%

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 11.11%
G = 44.44%
B = 44.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#249090 (or 0x249090) is known color: Java. HEX triplet: 24, 90 and 90. RGB value is (36,144,144). Sum of RGB (Red+Green+Blue) = 36+144+144=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #249090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249090 is #DB6F6F. Grayscale: #6F6F6F. Windows color (decimal): -14380912 or 9474084. OLE color: 9474084.

HSL color Cylindrical-coordinate representation of color #249090: hue angle of 180º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249090 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 144 144 -
CMYK 0.75 0 0 0.44
HSL 180º 0.6% 0.35% -
HSV(B) 180º 0.75% 0.56% -
XYZ 15.73 22.34 29.87 -
YUV 111.71 146.22 74 -
System Red Green Blue C M Y K H S L
Decimal 36 144 144 0.75 0 0 0.44 180 0.6 0.35
Hex 24 90 90 4B 0 0 2C B4 3C 23
Octal 44 220 220 113 0 0 54 264 74 43
Binary 100100 10010000 10010000 1001011 0 0 101100 10110100 111100 100011

Color Harmonies of #249090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249090

Black with #249090

Text Example


Text Example

White with #249090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249090; }

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

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

background-color css

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

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

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

border-color css

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

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

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