Html Css Color HEX #309A97 Java

📋 copy color: '#309A97'

red 48 ◦ green 154 ◦ blue 151

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

Shades of Java #309A97

Tints of Java #309A97

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.63%

 BLUE value IS 151 (59.38% from 255) = 42.78%

R = 13.6%
G = 43.63%
B = 42.78%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#309A97 (or 0x309A97) is known color: Java. HEX triplet: 30, 9A and 97. RGB value is (48,154,151). Sum of RGB (Red+Green+Blue) = 48+154+151=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 154 - color contains mainly: green. Hex color #309A97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309A97 is #CF6568. Grayscale: #797979. Windows color (decimal): -13591913 or 9935408. OLE color: 9935408.

HSL color Cylindrical-coordinate representation of color #309A97: hue angle of 178.3º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309A97 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 154 151 -
CMYK 0.69 0 0.02 0.40
HSL 178.3º 0.52% 0.4% -
HSV(B) 178.3º 0.69% 0.6% -
XYZ 18.36 25.97 33.32 -
YUV 121.96 144.38 75.24 -
System Red Green Blue C M Y K H S L
Decimal 48 154 151 0.69 0 0.02 0.40 178.3 0.52 0.4
Hex 30 9A 97 45 0 2 28 B2 34 28
Octal 60 232 227 105 0 2 50 262 64 50
Binary 110000 10011010 10010111 1000101 0 10 101000 10110010 110100 101000

Color Harmonies of #309A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309A97

Black with #309A97

Text Example


Text Example

White with #309A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,154,151); }

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

background-color css

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

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

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

border-color css

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

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

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