Html Css Color HEX #309A98 Java

📋 copy color: '#309A98'

red 48 ◦ green 154 ◦ blue 152

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

Shades of Java #309A98

Tints of Java #309A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.94%

R = 13.56%
G = 43.5%
B = 42.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#309A98 (or 0x309A98) is known color: Java. HEX triplet: 30, 9A and 98. RGB value is (48,154,152). Sum of RGB (Red+Green+Blue) = 48+154+152=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 154 - color contains mainly: green. Hex color #309A98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309A98 is #CF6567. Grayscale: #797979. Windows color (decimal): -13591912 or 10000944. OLE color: 10000944.

HSL color Cylindrical-coordinate representation of color #309A98: hue angle of 178.87º 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 #309A98 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 154 152 -
CMYK 0.69 0 0.01 0.40
HSL 178.87º 0.52% 0.4% -
HSV(B) 178.87º 0.69% 0.6% -
XYZ 18.44 26.01 33.75 -
YUV 122.08 144.88 75.16 -
System Red Green Blue C M Y K H S L
Decimal 48 154 152 0.69 0 0.01 0.40 178.87 0.52 0.4
Hex 30 9A 98 45 0 1 28 B3 34 28
Octal 60 232 230 105 0 1 50 263 64 50
Binary 110000 10011010 10011000 1000101 0 1 101000 10110011 110100 101000

Color Harmonies of #309A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309A98

Black with #309A98

Text Example


Text Example

White with #309A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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