Html Css Color HEX #309E93 Java

📋 copy color: '#309E93'

red 48 ◦ green 158 ◦ blue 147

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

Shades of Java #309E93

Tints of Java #309E93

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.76%

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

R = 13.6%
G = 44.76%
B = 41.64%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#309E93 (or 0x309E93) is known color: Java. HEX triplet: 30, 9E and 93. RGB value is (48,158,147). Sum of RGB (Red+Green+Blue) = 48+158+147=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 158 - color contains mainly: green. Hex color #309E93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309E93 is #CF616C. Grayscale: #7B7B7B. Windows color (decimal): -13590893 or 9674288. OLE color: 9674288.

HSL color Cylindrical-coordinate representation of color #309E93: hue angle of 174º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309E93 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 158 147 -
CMYK 0.70 0 0.07 0.38
HSL 174º 0.53% 0.4% -
HSV(B) 174º 0.7% 0.62% -
XYZ 18.71 27.19 31.87 -
YUV 123.86 141.06 73.89 -
System Red Green Blue C M Y K H S L
Decimal 48 158 147 0.70 0 0.07 0.38 174 0.53 0.4
Hex 30 9E 93 46 0 7 26 AE 35 28
Octal 60 236 223 106 0 7 46 256 65 50
Binary 110000 10011110 10010011 1000110 0 111 100110 10101110 110101 101000

Color Harmonies of #309E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309E93

Black with #309E93

Text Example


Text Example

White with #309E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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