Html Css Color HEX #33827D Atoll

📋 copy color: '#33827D'

red 51 ◦ green 130 ◦ blue 125

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

Shades of Atoll #33827D

Tints of Atoll #33827D

RGB

 RED value IS 51 (20.31% from 255) = 16.67%

 GREEN value IS 130 (51.17% from 255) = 42.48%

 BLUE value IS 125 (49.22% from 255) = 40.85%

R = 16.67%
G = 42.48%
B = 40.85%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#33827D (or 0x33827D) is known color: Atoll. HEX triplet: 33, 82 and 7D. RGB value is (51,130,125). Sum of RGB (Red+Green+Blue) = 51+130+125=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #33827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33827D is #CC7D82. Grayscale: #696969. Windows color (decimal): -13401475 or 8225331. OLE color: 8225331.

HSL color Cylindrical-coordinate representation of color #33827D: hue angle of 176.2º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33827D is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 130 125 -
CMYK 0.61 0 0.04 0.49
HSL 176.2º 0.44% 0.35% -
HSV(B) 176.2º 0.61% 0.51% -
XYZ 13.05 18.15 22.22 -
YUV 105.81 138.83 88.91 -
System Red Green Blue C M Y K H S L
Decimal 51 130 125 0.61 0 0.04 0.49 176.2 0.44 0.35
Hex 33 82 7D 3D 0 4 31 B0 2C 23
Octal 63 202 175 75 0 4 61 260 54 43
Binary 110011 10000010 1111101 111101 0 100 110001 10110000 101100 100011

Color Harmonies of #33827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33827D

Black with #33827D

Text Example


Text Example

White with #33827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33827D; }

 p { color: rgb(51,130,125); }

 H1.HeaderClassName
 {
   color: #33827D;
 }
 .AnyTagClassName
 {
   color: #33827D;
 }
</style>

background-color css

<style>
 a { background-color: #33827D; }

 a { background-color: rgb(51,130,125); }

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

border-color css

<style>
 span { border-color: #33827D; }

 span { border-color: rgb(51,130,125); }

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