Html Css Color HEX #0CB7AF Light Sea Green

📋 copy color: '#0CB7AF'

red 12 ◦ green 183 ◦ blue 175

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

Shades of Light Sea Green #0CB7AF

Tints of Light Sea Green #0CB7AF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.46%

 BLUE value IS 175 (68.75% from 255) = 47.3%

R = 3.24%
G = 49.46%
B = 47.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#0CB7AF (or 0x0CB7AF) is known color: Light Sea Green. HEX triplet: 0C, B7 and AF. RGB value is (12,183,175). Sum of RGB (Red+Green+Blue) = 12+183+175=370 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.24% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB7AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB7AF is #F34850. Grayscale: #828282. Windows color (decimal): -15943761 or 11515660. OLE color: 11515660.

HSL color Cylindrical-coordinate representation of color #0CB7AF: hue angle of 177.19º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB7AF is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 183 175 -
CMYK 0.93 0 0.04 0.28
HSL 177.19º 0.88% 0.38% -
HSV(B) 177.19º 0.93% 0.72% -
XYZ 24.82 37.04 46.4 -
YUV 130.96 152.85 43.15 -
System Red Green Blue C M Y K H S L
Decimal 12 183 175 0.93 0 0.04 0.28 177.19 0.88 0.38
Hex C B7 AF 5D 0 4 1C B1 58 26
Octal 14 267 257 135 0 4 34 261 130 46
Binary 1100 10110111 10101111 1011101 0 100 11100 10110001 1011000 100110

Color Harmonies of #0CB7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB7AF

Black with #0CB7AF

Text Example


Text Example

White with #0CB7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,183,175); }

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

background-color css

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

 a { background-color: rgb(12,183,175); }

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

border-color css

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

 span { border-color: rgb(12,183,175); }

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