Html Css Color HEX #309893 Java

📋 copy color: '#309893'

red 48 ◦ green 152 ◦ blue 147

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

Shades of Java #309893

Tints of Java #309893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.36%

R = 13.83%
G = 43.8%
B = 42.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#309893 (or 0x309893) is known color: Java. HEX triplet: 30, 98 and 93. RGB value is (48,152,147). Sum of RGB (Red+Green+Blue) = 48+152+147=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #309893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309893 is #CF676C. Grayscale: #787878. Windows color (decimal): -13592429 or 9672752. OLE color: 9672752.

HSL color Cylindrical-coordinate representation of color #309893: hue angle of 177.12º 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 #309893 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 152 147 -
CMYK 0.68 0 0.03 0.40
HSL 177.12º 0.52% 0.39% -
HSV(B) 177.12º 0.68% 0.6% -
XYZ 17.71 25.19 31.53 -
YUV 120.33 143.04 76.41 -
System Red Green Blue C M Y K H S L
Decimal 48 152 147 0.68 0 0.03 0.40 177.12 0.52 0.39
Hex 30 98 93 44 0 3 28 B1 34 27
Octal 60 230 223 104 0 3 50 261 64 47
Binary 110000 10011000 10010011 1000100 0 11 101000 10110001 110100 100111

Color Harmonies of #309893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309893

Black with #309893

Text Example


Text Example

White with #309893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309893; }

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

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

background-color css

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

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

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

border-color css

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

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

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