Html Css Color HEX #0ACCAD Caribbean Green

📋 copy color: '#0ACCAD'

red 10 ◦ green 204 ◦ blue 173

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

Shades of Caribbean Green #0ACCAD

Tints of Caribbean Green #0ACCAD

RGB

 RED value IS 10 (4.3% from 255) = 2.58%

 GREEN value IS 204 (80.08% from 255) = 52.71%

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 2.58%
G = 52.71%
B = 44.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#0ACCAD (or 0x0ACCAD) is known color: Caribbean Green. HEX triplet: 0A, CC and AD. RGB value is (10,204,173). Sum of RGB (Red+Green+Blue) = 10+204+173=387 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACCAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACCAD is #F53352. Grayscale: #8E8E8E. Windows color (decimal): -16069459 or 11389962. OLE color: 11389962.

HSL color Cylindrical-coordinate representation of color #0ACCAD: hue angle of 170.41º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACCAD is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 10 204 173 -
CMYK 0.95 0 0.15 0.2
HSL 170.41º 0.91% 0.42% -
HSV(B) 170.41º 0.95% 0.8% -
XYZ 29.26 46.27 46.92 -
YUV 142.46 145.23 33.52 -
System Red Green Blue C M Y K H S L
Decimal 10 204 173 0.95 0 0.15 0.2 170.41 0.91 0.42
Hex A CC AD 5F 0 F 14 AA 5B 2A
Octal 12 314 255 137 0 17 24 252 133 52
Binary 1010 11001100 10101101 1011111 0 1111 10100 10101010 1011011 101010

Color Harmonies of #0ACCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACCAD

Black with #0ACCAD

Text Example


Text Example

White with #0ACCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,204,173); }

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

background-color css

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

 a { background-color: rgb(10,204,173); }

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

border-color css

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

 span { border-color: rgb(10,204,173); }

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