Html Css Color HEX #67CFCB Downy

📋 copy color: '#67CFCB'

red 103 ◦ green 207 ◦ blue 203

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

Shades of Downy #67CFCB

Tints of Downy #67CFCB

RGB

 RED value IS 103 (40.63% from 255) = 20.08%

 GREEN value IS 207 (81.25% from 255) = 40.35%

 BLUE value IS 203 (79.69% from 255) = 39.57%

R = 20.08%
G = 40.35%
B = 39.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#67CFCB (or 0x67CFCB) is known color: Downy. HEX triplet: 67, CF and CB. RGB value is (103,207,203). Sum of RGB (Red+Green+Blue) = 103+207+203=513 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.08% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #67CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CFCB is #983034. Grayscale: #AFAFAF. Windows color (decimal): -9973813 or 13356903. OLE color: 13356903.

HSL color Cylindrical-coordinate representation of color #67CFCB: hue angle of 177.69º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CFCB is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 207 203 -
CMYK 0.50 0 0.02 0.19
HSL 177.69º 0.52% 0.61% -
HSV(B) 177.69º 0.5% 0.81% -
XYZ 38.69 51.82 64.46 -
YUV 175.45 143.54 76.33 -
System Red Green Blue C M Y K H S L
Decimal 103 207 203 0.50 0 0.02 0.19 177.69 0.52 0.61
Hex 67 CF CB 32 0 2 13 B2 34 3D
Octal 147 317 313 62 0 2 23 262 64 75
Binary 1100111 11001111 11001011 110010 0 10 10011 10110010 110100 111101

Color Harmonies of #67CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67CFCB

Black with #67CFCB

Text Example


Text Example

White with #67CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67CFCB; }

 p { color: rgb(103,207,203); }

 H1.HeaderClassName
 {
   color: #67CFCB;
 }
 .AnyTagClassName
 {
   color: #67CFCB;
 }
</style>

background-color css

<style>
 a { background-color: #67CFCB; }

 a { background-color: rgb(103,207,203); }

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

border-color css

<style>
 span { border-color: #67CFCB; }

 span { border-color: rgb(103,207,203); }

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