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

📋 copy color: '#12CBC5'

red 18 ◦ green 203 ◦ blue 197

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

Shades of Robin's Egg Blue #12CBC5

Tints of Robin's Egg Blue #12CBC5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.56%

 BLUE value IS 197 (77.34% from 255) = 47.13%

R = 4.31%
G = 48.56%
B = 47.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#12CBC5 (or 0x12CBC5) is known color: Robin's Egg Blue. HEX triplet: 12, CB and C5. RGB value is (18,203,197). Sum of RGB (Red+Green+Blue) = 18+203+197=418 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.31% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 197 (77.34% from 255 or 47.13% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #12CBC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CBC5 is #ED343A. Grayscale: #929292. Windows color (decimal): -15545403 or 12962578. OLE color: 12962578.

HSL color Cylindrical-coordinate representation of color #12CBC5: hue angle of 178.05º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CBC5 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 203 197 -
CMYK 0.91 0 0.03 0.20
HSL 178.05º 0.84% 0.43% -
HSV(B) 178.05º 0.91% 0.8% -
XYZ 31.68 46.87 60.2 -
YUV 147 156.21 35.99 -
System Red Green Blue C M Y K H S L
Decimal 18 203 197 0.91 0 0.03 0.20 178.05 0.84 0.43
Hex 12 CB C5 5B 0 3 14 B2 54 2B
Octal 22 313 305 133 0 3 24 262 124 53
Binary 10010 11001011 11000101 1011011 0 11 10100 10110010 1010100 101011

Color Harmonies of #12CBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CBC5

Black with #12CBC5

Text Example


Text Example

White with #12CBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,203,197); }

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

background-color css

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

 a { background-color: rgb(18,203,197); }

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

border-color css

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

 span { border-color: rgb(18,203,197); }

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