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

📋 copy color: '#12CFBB'

red 18 ◦ green 207 ◦ blue 187

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

Shades of Robin's Egg Blue #12CFBB

Tints of Robin's Egg Blue #12CFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.39%

R = 4.37%
G = 50.24%
B = 45.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#12CFBB (or 0x12CFBB) is known color: Robin's Egg Blue. HEX triplet: 12, CF and BB. RGB value is (18,207,187). Sum of RGB (Red+Green+Blue) = 18+207+187=412 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.37% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CFBB is #ED3044. Grayscale: #949494. Windows color (decimal): -15544389 or 12308242. OLE color: 12308242.

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

Color convert

RGB 18 207 187 -
CMYK 0.91 0 0.10 0.19
HSL 173.65º 0.84% 0.44% -
HSV(B) 173.65º 0.91% 0.81% -
XYZ 31.53 48.34 54.68 -
YUV 148.21 149.88 35.13 -
System Red Green Blue C M Y K H S L
Decimal 18 207 187 0.91 0 0.10 0.19 173.65 0.84 0.44
Hex 12 CF BB 5B 0 A 13 AE 54 2C
Octal 22 317 273 133 0 12 23 256 124 54
Binary 10010 11001111 10111011 1011011 0 1010 10011 10101110 1010100 101100

Color Harmonies of #12CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CFBB

Black with #12CFBB

Text Example


Text Example

White with #12CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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