Html Css Color HEX #12FCED Aqua

📋 copy color: '#12FCED'

red 18 ◦ green 252 ◦ blue 237

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

Shades of Aqua #12FCED

Tints of Aqua #12FCED

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.7%

 BLUE value IS 237 (92.97% from 255) = 46.75%

R = 3.55%
G = 49.7%
B = 46.75%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#12FCED (or 0x12FCED) is known color: Aqua. HEX triplet: 12, FC and ED. RGB value is (18,252,237). Sum of RGB (Red+Green+Blue) = 18+252+237=507 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.55% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FCED is #ED0312. Grayscale: #B4B4B4. Windows color (decimal): -15532819 or 15596562. OLE color: 15596562.

HSL color Cylindrical-coordinate representation of color #12FCED: hue angle of 176.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FCED is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 252 237 -
CMYK 0.93 0 0.06 0.01
HSL 176.15º 0.98% 0.53% -
HSV(B) 176.15º 0.93% 0.99% -
XYZ 50.35 75.86 92.11 -
YUV 180.32 159.98 12.22 -
System Red Green Blue C M Y K H S L
Decimal 18 252 237 0.93 0 0.06 0.01 176.15 0.98 0.53
Hex 12 FC ED 5D 0 6 1 B0 62 35
Octal 22 374 355 135 0 6 1 260 142 65
Binary 10010 11111100 11101101 1011101 0 110 1 10110000 1100010 110101

Color Harmonies of #12FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FCED

Black with #12FCED

Text Example


Text Example

White with #12FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,252,237); }

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

background-color css

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

 a { background-color: rgb(18,252,237); }

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

border-color css

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

 span { border-color: rgb(18,252,237); }

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