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

📋 copy color: '#06CAC1'

red 6 ◦ green 202 ◦ blue 193

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

Shades of Robin's Egg Blue #06CAC1

Tints of Robin's Egg Blue #06CAC1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.37%

 BLUE value IS 193 (75.78% from 255) = 48.13%

R = 1.5%
G = 50.37%
B = 48.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#06CAC1 (or 0x06CAC1) is known color: Robin's Egg Blue. HEX triplet: 06, CA and C1. RGB value is (6,202,193). Sum of RGB (Red+Green+Blue) = 6+202+193=401 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #06CAC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CAC1 is #F9353E. Grayscale: #8E8E8E. Windows color (decimal): -16332095 or 12700166. OLE color: 12700166.

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

Color convert

RGB 6 202 193 -
CMYK 0.97 0 0.04 0.21
HSL 177.24º 0.94% 0.41% -
HSV(B) 177.24º 0.97% 0.79% -
XYZ 30.82 46.13 57.73 -
YUV 142.37 156.57 30.73 -
System Red Green Blue C M Y K H S L
Decimal 6 202 193 0.97 0 0.04 0.21 177.24 0.94 0.41
Hex 6 CA C1 61 0 4 15 B1 5E 29
Octal 6 312 301 141 0 4 25 261 136 51
Binary 110 11001010 11000001 1100001 0 100 10101 10110001 1011110 101001

Color Harmonies of #06CAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CAC1

Black with #06CAC1

Text Example


Text Example

White with #06CAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,202,193); }

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

background-color css

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

 a { background-color: rgb(6,202,193); }

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

border-color css

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

 span { border-color: rgb(6,202,193); }

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