Html Css Color HEX #0CFFEE Aqua

📋 copy color: '#0CFFEE'

red 12 ◦ green 255 ◦ blue 238

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

Shades of Aqua #0CFFEE

Tints of Aqua #0CFFEE

RGB

 RED value IS 12 (5.08% from 255) = 2.38%

 GREEN value IS 255 (100% from 255) = 50.5%

 BLUE value IS 238 (93.36% from 255) = 47.13%

R = 2.38%
G = 50.5%
B = 47.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#0CFFEE (or 0x0CFFEE) is known color: Aqua. HEX triplet: 0C, FF and EE. RGB value is (12,255,238). Sum of RGB (Red+Green+Blue) = 12+255+238=505 (66% of max value = 765). Red value is 12 (5.08% from 255 or 2.38% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFFEE is #F30011. Grayscale: #B4B4B4. Windows color (decimal): -15925266 or 15662860. OLE color: 15662860.

HSL color Cylindrical-coordinate representation of color #0CFFEE: hue angle of 175.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFFEE is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 12 255 238 -
CMYK 0.95 0 0.07 0
HSL 175.8º 1% 0.52% -
HSV(B) 175.8º 0.95% 1% -
XYZ 51.34 77.77 93.19 -
YUV 180.41 160.49 7.88 -
System Red Green Blue C M Y K H S L
Decimal 12 255 238 0.95 0 0.07 0 175.8 1 0.52
Hex C FF EE 5F 0 7 0 B0 64 34
Octal 14 377 356 137 0 7 0 260 144 64
Binary 1100 11111111 11101110 1011111 0 111 0 10110000 1100100 110100

Color Harmonies of #0CFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFFEE

Black with #0CFFEE

Text Example


Text Example

White with #0CFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CFFEE; }

 p { color: rgb(12,255,238); }

 H1.HeaderClassName
 {
   color: #0CFFEE;
 }
 .AnyTagClassName
 {
   color: #0CFFEE;
 }
</style>

background-color css

<style>
 a { background-color: #0CFFEE; }

 a { background-color: rgb(12,255,238); }

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

border-color css

<style>
 span { border-color: #0CFFEE; }

 span { border-color: rgb(12,255,238); }

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