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

📋 copy color: '#12CFBE'

red 18 ◦ green 207 ◦ blue 190

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

Shades of Robin's Egg Blue #12CFBE

Tints of Robin's Egg Blue #12CFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 4.34%
G = 49.88%
B = 45.78%

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

#12CFBE (or 0x12CFBE) is known color: Robin's Egg Blue. HEX triplet: 12, CF and BE. RGB value is (18,207,190). Sum of RGB (Red+Green+Blue) = 18+207+190=415 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.34% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CFBE is #ED3041. Grayscale: #949494. Windows color (decimal): -15544386 or 12504850. OLE color: 12504850.

HSL color Cylindrical-coordinate representation of color #12CFBE: hue angle of 174.6º 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 #12CFBE is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 207 190 -
CMYK 0.91 0 0.08 0.19
HSL 174.6º 0.84% 0.44% -
HSV(B) 174.6º 0.91% 0.81% -
XYZ 31.86 48.47 56.39 -
YUV 148.55 151.38 34.88 -
System Red Green Blue C M Y K H S L
Decimal 18 207 190 0.91 0 0.08 0.19 174.6 0.84 0.44
Hex 12 CF BE 5B 0 8 13 AF 54 2C
Octal 22 317 276 133 0 10 23 257 124 54
Binary 10010 11001111 10111110 1011011 0 1000 10011 10101111 1010100 101100

Color Harmonies of #12CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CFBE

Black with #12CFBE

Text Example


Text Example

White with #12CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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