Html Css Color HEX #309890 Java

📋 copy color: '#309890'

red 48 ◦ green 152 ◦ blue 144

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

Shades of Java #309890

Tints of Java #309890

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.19%

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

R = 13.95%
G = 44.19%
B = 41.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#309890 (or 0x309890) is known color: Java. HEX triplet: 30, 98 and 90. RGB value is (48,152,144). Sum of RGB (Red+Green+Blue) = 48+152+144=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #309890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309890 is #CF676F. Grayscale: #777777. Windows color (decimal): -13592432 or 9476144. OLE color: 9476144.

HSL color Cylindrical-coordinate representation of color #309890: hue angle of 175.38º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309890 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 152 144 -
CMYK 0.68 0 0.05 0.40
HSL 175.38º 0.52% 0.39% -
HSV(B) 175.38º 0.68% 0.6% -
XYZ 17.48 25.1 30.31 -
YUV 119.99 141.54 76.65 -
System Red Green Blue C M Y K H S L
Decimal 48 152 144 0.68 0 0.05 0.40 175.38 0.52 0.39
Hex 30 98 90 44 0 5 28 AF 34 27
Octal 60 230 220 104 0 5 50 257 64 47
Binary 110000 10011000 10010000 1000100 0 101 101000 10101111 110100 100111

Color Harmonies of #309890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309890

Black with #309890

Text Example


Text Example

White with #309890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309890; }

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

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

background-color css

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

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

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

border-color css

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

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

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