Html Css Color HEX #20CFBF Robin's Egg Blue

📋 copy color: '#20CFBF'

red 32 ◦ green 207 ◦ blue 191

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

Shades of Robin's Egg Blue #20CFBF

Tints of Robin's Egg Blue #20CFBF

RGB

 RED value IS 32 (12.89% from 255) = 7.44%

 GREEN value IS 207 (81.25% from 255) = 48.14%

 BLUE value IS 191 (75% from 255) = 44.42%

R = 7.44%
G = 48.14%
B = 44.42%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#20CFBF (or 0x20CFBF) is known color: Robin's Egg Blue. HEX triplet: 20, CF and BF. RGB value is (32,207,191). Sum of RGB (Red+Green+Blue) = 32+207+191=430 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.44% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #20CFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CFBF is #DF3040. Grayscale: #989898. Windows color (decimal): -14626881 or 12570400. OLE color: 12570400.

HSL color Cylindrical-coordinate representation of color #20CFBF: hue angle of 174.51º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CFBF is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 207 191 -
CMYK 0.85 0 0.08 0.19
HSL 174.51º 0.73% 0.47% -
HSV(B) 174.51º 0.85% 0.81% -
XYZ 32.31 48.69 56.99 -
YUV 152.85 149.52 41.8 -
System Red Green Blue C M Y K H S L
Decimal 32 207 191 0.85 0 0.08 0.19 174.51 0.73 0.47
Hex 20 CF BF 55 0 8 13 AF 49 2F
Octal 40 317 277 125 0 10 23 257 111 57
Binary 100000 11001111 10111111 1010101 0 1000 10011 10101111 1001001 101111

Color Harmonies of #20CFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CFBF

Black with #20CFBF

Text Example


Text Example

White with #20CFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20CFBF; }

 p { color: rgb(32,207,191); }

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

background-color css

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

 a { background-color: rgb(32,207,191); }

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

border-color css

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

 span { border-color: rgb(32,207,191); }

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