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

📋 copy color: '#12CFBF'

red 18 ◦ green 207 ◦ blue 191

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

Shades of Robin's Egg Blue #12CFBF

Tints of Robin's Egg Blue #12CFBF

RGB

 RED value IS 18 (7.42% from 255) = 4.33%

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

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

R = 4.33%
G = 49.76%
B = 45.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#12CFBF (or 0x12CFBF) is known color: Robin's Egg Blue. HEX triplet: 12, CF and BF. RGB value is (18,207,191). Sum of RGB (Red+Green+Blue) = 18+207+191=416 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.33% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CFBF is #ED3040. Grayscale: #949494. Windows color (decimal): -15544385 or 12570386. OLE color: 12570386.

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

Color convert

RGB 18 207 191 -
CMYK 0.91 0 0.08 0.19
HSL 174.92º 0.84% 0.44% -
HSV(B) 174.92º 0.91% 0.81% -
XYZ 31.97 48.52 56.97 -
YUV 148.67 151.88 34.8 -
System Red Green Blue C M Y K H S L
Decimal 18 207 191 0.91 0 0.08 0.19 174.92 0.84 0.44
Hex 12 CF BF 5B 0 8 13 AF 54 2C
Octal 22 317 277 133 0 10 23 257 124 54
Binary 10010 11001111 10111111 1011011 0 1000 10011 10101111 1010100 101100

Color Harmonies of #12CFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CFBF

Black with #12CFBF

Text Example


Text Example

White with #12CFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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