Html Css Color HEX #0FCCA3 Caribbean Green

📋 copy color: '#0FCCA3'

red 15 ◦ green 204 ◦ blue 163

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

Shades of Caribbean Green #0FCCA3

Tints of Caribbean Green #0FCCA3

RGB

 RED value IS 15 (6.25% from 255) = 3.93%

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

 BLUE value IS 163 (64.06% from 255) = 42.67%

R = 3.93%
G = 53.4%
B = 42.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#0FCCA3 (or 0x0FCCA3) is known color: Caribbean Green. HEX triplet: 0F, CC and A3. RGB value is (15,204,163). Sum of RGB (Red+Green+Blue) = 15+204+163=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCCA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCCA3 is #F0335C. Grayscale: #8E8E8E. Windows color (decimal): -15741789 or 10734607. OLE color: 10734607.

HSL color Cylindrical-coordinate representation of color #0FCCA3: hue angle of 166.98º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCCA3 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 15 204 163 -
CMYK 0.93 0 0.20 0.2
HSL 166.98º 0.86% 0.43% -
HSV(B) 166.98º 0.93% 0.8% -
XYZ 28.4 45.93 42.02 -
YUV 142.82 139.38 36.83 -
System Red Green Blue C M Y K H S L
Decimal 15 204 163 0.93 0 0.20 0.2 166.98 0.86 0.43
Hex F CC A3 5D 0 14 14 A7 56 2B
Octal 17 314 243 135 0 24 24 247 126 53
Binary 1111 11001100 10100011 1011101 0 10100 10100 10100111 1010110 101011

Color Harmonies of #0FCCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCCA3

Black with #0FCCA3

Text Example


Text Example

White with #0FCCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,204,163); }

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

background-color css

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

 a { background-color: rgb(15,204,163); }

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

border-color css

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

 span { border-color: rgb(15,204,163); }

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