Html Css Color HEX #309090 Java

📋 copy color: '#309090'

red 48 ◦ green 144 ◦ blue 144

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

Shades of Java #309090

Tints of Java #309090

RGB

 RED value IS 48 (19.14% from 255) = 14.29%

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

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

R = 14.29%
G = 42.86%
B = 42.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#309090 (or 0x309090) is known color: Java. HEX triplet: 30, 90 and 90. RGB value is (48,144,144). Sum of RGB (Red+Green+Blue) = 48+144+144=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #309090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309090 is #CF6F6F. Grayscale: #737373. Windows color (decimal): -13594480 or 9474096. OLE color: 9474096.

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

Color convert

RGB 48 144 144 -
CMYK 0.67 0 0 0.44
HSL 180º 0.5% 0.38% -
HSV(B) 180º 0.67% 0.56% -
XYZ 16.23 22.59 29.89 -
YUV 115.3 144.2 80 -
System Red Green Blue C M Y K H S L
Decimal 48 144 144 0.67 0 0 0.44 180 0.5 0.38
Hex 30 90 90 43 0 0 2C B4 32 26
Octal 60 220 220 103 0 0 54 264 62 46
Binary 110000 10010000 10010000 1000011 0 0 101100 10110100 110010 100110

Color Harmonies of #309090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309090

Black with #309090

Text Example


Text Example

White with #309090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309090; }

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

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

background-color css

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

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

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

border-color css

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

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

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