Html Css Color HEX #06CDB4 Robin's Egg Blue

📋 copy color: '#06CDB4'

red 6 ◦ green 205 ◦ blue 180

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

Shades of Robin's Egg Blue #06CDB4

Tints of Robin's Egg Blue #06CDB4

RGB

 RED value IS 6 (2.73% from 255) = 1.53%

 GREEN value IS 205 (80.47% from 255) = 52.43%

 BLUE value IS 180 (70.7% from 255) = 46.04%

R = 1.53%
G = 52.43%
B = 46.04%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#06CDB4 (or 0x06CDB4) is known color: Robin's Egg Blue. HEX triplet: 06, CD and B4. RGB value is (6,205,180). Sum of RGB (Red+Green+Blue) = 6+205+180=391 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #06CDB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CDB4 is #F9324B. Grayscale: #8E8E8E. Windows color (decimal): -16331340 or 11848966. OLE color: 11848966.

HSL color Cylindrical-coordinate representation of color #06CDB4: hue angle of 172.46º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CDB4 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 205 180 -
CMYK 0.97 0 0.12 0.20
HSL 172.46º 0.94% 0.41% -
HSV(B) 172.46º 0.97% 0.8% -
XYZ 30.14 47 50.66 -
YUV 142.65 149.07 30.53 -
System Red Green Blue C M Y K H S L
Decimal 6 205 180 0.97 0 0.12 0.20 172.46 0.94 0.41
Hex 6 CD B4 61 0 C 14 AC 5E 29
Octal 6 315 264 141 0 14 24 254 136 51
Binary 110 11001101 10110100 1100001 0 1100 10100 10101100 1011110 101001

Color Harmonies of #06CDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CDB4

Black with #06CDB4

Text Example


Text Example

White with #06CDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06CDB4; }

 p { color: rgb(6,205,180); }

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

background-color css

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

 a { background-color: rgb(6,205,180); }

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

border-color css

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

 span { border-color: rgb(6,205,180); }

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