Html Css Color HEX #30808C Atoll

📋 copy color: '#30808C'

red 48 ◦ green 128 ◦ blue 140

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

Shades of Atoll #30808C

Tints of Atoll #30808C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.51%

 BLUE value IS 140 (55.08% from 255) = 44.3%

R = 15.19%
G = 40.51%
B = 44.3%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30808C (or 0x30808C) is known color: Atoll. HEX triplet: 30, 80 and 8C. RGB value is (48,128,140). Sum of RGB (Red+Green+Blue) = 48+128+140=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #30808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30808C is #CF7F73. Grayscale: #696969. Windows color (decimal): -13598580 or 9207856. OLE color: 9207856.

HSL color Cylindrical-coordinate representation of color #30808C: hue angle of 187.83º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30808C is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 128 140 -
CMYK 0.66 0.09 0 0.45
HSL 187.83º 0.49% 0.37% -
HSV(B) 187.83º 0.66% 0.55% -
XYZ 13.67 17.96 27.56 -
YUV 105.45 147.5 87.02 -
System Red Green Blue C M Y K H S L
Decimal 48 128 140 0.66 0.09 0 0.45 187.83 0.49 0.37
Hex 30 80 8C 42 9 0 2D BC 31 25
Octal 60 200 214 102 11 0 55 274 61 45
Binary 110000 10000000 10001100 1000010 1001 0 101101 10111100 110001 100101

Color Harmonies of #30808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30808C

Black with #30808C

Text Example


Text Example

White with #30808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30808C; }

 p { color: rgb(48,128,140); }

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

background-color css

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

 a { background-color: rgb(48,128,140); }

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

border-color css

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

 span { border-color: rgb(48,128,140); }

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