Html Css Color HEX #1D828A Atoll

📋 copy color: '#1D828A'

red 29 ◦ green 130 ◦ blue 138

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

Shades of Atoll #1D828A

Tints of Atoll #1D828A

RGB

 RED value IS 29 (11.72% from 255) = 9.76%

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

 BLUE value IS 138 (54.3% from 255) = 46.46%

R = 9.76%
G = 43.77%
B = 46.46%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D828A (or 0x1D828A) is known color: Atoll. HEX triplet: 1D, 82 and 8A. RGB value is (29,130,138). Sum of RGB (Red+Green+Blue) = 29+130+138=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D828A is #E27D75. Grayscale: #646464. Windows color (decimal): -14843254 or 9077277. OLE color: 9077277.

HSL color Cylindrical-coordinate representation of color #1D828A: hue angle of 184.4º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D828A is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 130 138 -
CMYK 0.79 0.06 0 0.46
HSL 184.4º 0.65% 0.33% -
HSV(B) 184.4º 0.79% 0.54% -
XYZ 13.08 18.06 26.84 -
YUV 100.71 149.04 76.85 -
System Red Green Blue C M Y K H S L
Decimal 29 130 138 0.79 0.06 0 0.46 184.4 0.65 0.33
Hex 1D 82 8A 4F 6 0 2E B8 41 21
Octal 35 202 212 117 6 0 56 270 101 41
Binary 11101 10000010 10001010 1001111 110 0 101110 10111000 1000001 100001

Color Harmonies of #1D828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D828A

Black with #1D828A

Text Example


Text Example

White with #1D828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D828A; }

 p { color: rgb(29,130,138); }

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

background-color css

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

 a { background-color: rgb(29,130,138); }

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

border-color css

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

 span { border-color: rgb(29,130,138); }

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