Html Css Color HEX #30717B Atoll

📋 copy color: '#30717B'

red 48 ◦ green 113 ◦ blue 123

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

Shades of Atoll #30717B

Tints of Atoll #30717B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.79%

 BLUE value IS 123 (48.44% from 255) = 43.31%

R = 16.9%
G = 39.79%
B = 43.31%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#30717B (or 0x30717B) is known color: Atoll. HEX triplet: 30, 71 and 7B. RGB value is (48,113,123). Sum of RGB (Red+Green+Blue) = 48+113+123=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #30717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30717B is #CF8E84. Grayscale: #5E5E5E. Windows color (decimal): -13602437 or 8089904. OLE color: 8089904.

HSL color Cylindrical-coordinate representation of color #30717B: hue angle of 188º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30717B is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 113 123 -
CMYK 0.61 0.08 0 0.52
HSL 188º 0.44% 0.34% -
HSV(B) 188º 0.61% 0.48% -
XYZ 10.7 13.87 20.85 -
YUV 94.71 143.97 94.69 -
System Red Green Blue C M Y K H S L
Decimal 48 113 123 0.61 0.08 0 0.52 188 0.44 0.34
Hex 30 71 7B 3D 8 0 34 BC 2C 22
Octal 60 161 173 75 10 0 64 274 54 42
Binary 110000 1110001 1111011 111101 1000 0 110100 10111100 101100 100010

Color Harmonies of #30717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30717B

Black with #30717B

Text Example


Text Example

White with #30717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30717B; }

 p { color: rgb(48,113,123); }

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

background-color css

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

 a { background-color: rgb(48,113,123); }

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

border-color css

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

 span { border-color: rgb(48,113,123); }

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