Html Css Color HEX #378182 Atoll

📋 copy color: '#378182'

red 55 ◦ green 129 ◦ blue 130

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

Shades of Atoll #378182

Tints of Atoll #378182

RGB

 RED value IS 55 (21.88% from 255) = 17.52%

 GREEN value IS 129 (50.78% from 255) = 41.08%

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 17.52%
G = 41.08%
B = 41.4%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#378182 (or 0x378182) is known color: Atoll. HEX triplet: 37, 81 and 82. RGB value is (55,129,130). Sum of RGB (Red+Green+Blue) = 55+129+130=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #378182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378182 is #C87E7D. Grayscale: #6A6A6A. Windows color (decimal): -13139582 or 8552759. OLE color: 8552759.

HSL color Cylindrical-coordinate representation of color #378182: hue angle of 180.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378182 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 129 130 -
CMYK 0.58 0.01 0 0.49
HSL 180.8º 0.41% 0.36% -
HSV(B) 180.8º 0.58% 0.51% -
XYZ 13.46 18.12 23.91 -
YUV 106.99 140.98 90.92 -
System Red Green Blue C M Y K H S L
Decimal 55 129 130 0.58 0.01 0 0.49 180.8 0.41 0.36
Hex 37 81 82 3A 1 0 31 B5 29 24
Octal 67 201 202 72 1 0 61 265 51 44
Binary 110111 10000001 10000010 111010 1 0 110001 10110101 101001 100100

Color Harmonies of #378182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378182

Black with #378182

Text Example


Text Example

White with #378182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378182; }

 p { color: rgb(55,129,130); }

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

background-color css

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

 a { background-color: rgb(55,129,130); }

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

border-color css

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

 span { border-color: rgb(55,129,130); }

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